3.984 \(\int \frac {x^3}{(a+b x^2+c x^4)^{3/2}} \, dx\)

Optimal. Leaf size=36 \[ \frac {2 a+b x^2}{\left (b^2-4 a c\right ) \sqrt {a+b x^2+c x^4}} \]

[Out]

(b*x^2+2*a)/(-4*a*c+b^2)/(c*x^4+b*x^2+a)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 36, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {1114, 636} \[ \frac {2 a+b x^2}{\left (b^2-4 a c\right ) \sqrt {a+b x^2+c x^4}} \]

Antiderivative was successfully verified.

[In]

Int[x^3/(a + b*x^2 + c*x^4)^(3/2),x]

[Out]

(2*a + b*x^2)/((b^2 - 4*a*c)*Sqrt[a + b*x^2 + c*x^4])

Rule 636

Int[((d_.) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[(-2*(b*d - 2*a*e + (2*c*
d - b*e)*x))/((b^2 - 4*a*c)*Sqrt[a + b*x + c*x^2]), x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] &&
NeQ[b^2 - 4*a*c, 0]

Rule 1114

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[x^((m - 1)/2)*(a +
 b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {x^3}{\left (a+b x^2+c x^4\right )^{3/2}} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {x}{\left (a+b x+c x^2\right )^{3/2}} \, dx,x,x^2\right )\\ &=\frac {2 a+b x^2}{\left (b^2-4 a c\right ) \sqrt {a+b x^2+c x^4}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.10, size = 36, normalized size = 1.00 \[ \frac {2 a+b x^2}{\left (b^2-4 a c\right ) \sqrt {a+b x^2+c x^4}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a + b*x^2 + c*x^4)^(3/2),x]

[Out]

(2*a + b*x^2)/((b^2 - 4*a*c)*Sqrt[a + b*x^2 + c*x^4])

________________________________________________________________________________________

fricas [A]  time = 0.95, size = 67, normalized size = 1.86 \[ \frac {\sqrt {c x^{4} + b x^{2} + a} {\left (b x^{2} + 2 \, a\right )}}{{\left (b^{2} c - 4 \, a c^{2}\right )} x^{4} + a b^{2} - 4 \, a^{2} c + {\left (b^{3} - 4 \, a b c\right )} x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^2+a)^(3/2),x, algorithm="fricas")

[Out]

sqrt(c*x^4 + b*x^2 + a)*(b*x^2 + 2*a)/((b^2*c - 4*a*c^2)*x^4 + a*b^2 - 4*a^2*c + (b^3 - 4*a*b*c)*x^2)

________________________________________________________________________________________

giac [A]  time = 0.28, size = 44, normalized size = 1.22 \[ \frac {\frac {b x^{2}}{b^{2} - 4 \, a c} + \frac {2 \, a}{b^{2} - 4 \, a c}}{\sqrt {c x^{4} + b x^{2} + a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^2+a)^(3/2),x, algorithm="giac")

[Out]

(b*x^2/(b^2 - 4*a*c) + 2*a/(b^2 - 4*a*c))/sqrt(c*x^4 + b*x^2 + a)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 38, normalized size = 1.06 \[ -\frac {b \,x^{2}+2 a}{\sqrt {c \,x^{4}+b \,x^{2}+a}\, \left (4 a c -b^{2}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(c*x^4+b*x^2+a)^(3/2),x)

[Out]

-(b*x^2+2*a)/(c*x^4+b*x^2+a)^(1/2)/(4*a*c-b^2)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^2+a)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more details)Is 4*a*c-b^2 zero or nonzero?

________________________________________________________________________________________

mupad [B]  time = 4.47, size = 37, normalized size = 1.03 \[ -\frac {b\,x^2+2\,a}{\left (4\,a\,c-b^2\right )\,\sqrt {c\,x^4+b\,x^2+a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(a + b*x^2 + c*x^4)^(3/2),x)

[Out]

-(2*a + b*x^2)/((4*a*c - b^2)*(a + b*x^2 + c*x^4)^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\left (a + b x^{2} + c x^{4}\right )^{\frac {3}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(c*x**4+b*x**2+a)**(3/2),x)

[Out]

Integral(x**3/(a + b*x**2 + c*x**4)**(3/2), x)

________________________________________________________________________________________